ArcGIS API for Windows Phone - Library Reference
ExecuteAsync(List<GPParameter>,Object) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class > ExecuteAsync Method : ExecuteAsync(List<GPParameter>,Object) Method

parameters
The parameters to use to execute the task.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Executes the task. Raises the E:ExecuteCompleted event on success, or the E:Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExecuteAsync( _
   ByVal parameters As List(Of GPParameter), _
   ByVal userToken As Object _
) 
C# 
public void ExecuteAsync( 
   List<GPParameter> parameters,
   object userToken
)

Parameters

parameters
The parameters to use to execute the task.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.